home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / HotShape / HotShapeInspector.h < prev    next >
Text File  |  1995-06-12  |  665b  |  25 lines

  1. // HotShapeInspector.h
  2. // By Charles G. Fleming, Educational Computing Services, Allegheny College.
  3. // Copyright 1992 Allegheny College
  4. // You may freely copy, distribute and reuse this code. 
  5. // Allegheny College and the author disclaim any warranty of any kind, 
  6. // expressed or implied, as to its fitness for any particular use.
  7. // This work was partially supported by a grant from the Vira Heinz Endowment.
  8.  
  9. #import <apps/InterfaceBuilder.h>
  10.  
  11. @interface HotShapeInspector:IBInspector
  12. {
  13.     id pathNamePopUpList;
  14.     id pathNamePopUpListButton;
  15.     id tagTextField;
  16.     id visibilitySwitch;
  17.     int controlTag;
  18.     char *pswFilePath;
  19. }
  20.  
  21. - init;
  22. - revert:sender;
  23. - ok:sender;
  24. @end
  25.